home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
fdmsrrc.igz
/
fdmsrrc.img
/
LIB
/
Ndis
/
SIS900.CAB
/
sis900.ini
< prev
Wrap
Text File
|
2002-02-11
|
1KB
|
29 lines
DriverName = "SIS900$"
;
; below are examples and explanations of some of the keywords supported by
; the SiS NDIS 2.01 driver. most of the lines are simply comments. the
; marked with "-->" are lines that can be edited (removing the ";-->" and
; lines replacing it with spaces, and modifying the right hand side as
; appropriate.
;
; Adapter number=n, n=0..4 specifies the number to look for a SiS PCI
; Fast Ethernet adapter. In the absence of this keyword the driver will
; search all device for SiS PCI Fast Ethernet adapter, so it isn't required
; unless there are multiple SiS adapters in the computer.
;
;-->Adapter number=1
;
; MEDIATYPE=Type, type specifies the mediatype that is currently used.
; The default is AUTO(Auto-Detect mediatype).
; Type Ethernet Standard Duplex
; -------- ----------------- ------
; AUTO auto-detect Auto
; UTP 10BASE-T Half
; UTPFULL 10BASE-T Full
; FAST 100BASE-T Half
; FASTFULL 100BASE-T Full
;
;-->MEDIATYPE=AUTO